From a91c84bc1c23c2827aa9946036bbdb12e1e01a7e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 22 Sep 2004 11:37:16 +0000 Subject: [PATCH] One more time... :P shouldn't commit this late at night. --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 0d87829f2c..e9eeca7148 100644 --- a/includes/User.php +++ b/includes/User.php @@ -588,7 +588,7 @@ class User { # scripts and can cause a user account to be unrecoverable # except by SQL manipulation if a previously valid skin name # is no longer valid. - $sn = 'SkinStandard'; + $className = 'SkinStandard'; require_once( $IP.'/skins/Standard.php' ); } $this->mSkin = new $className; -- 2.20.1